testfile=build
bla=build
target=blo

all:$(testfile)
  echo 1
  echo $target
  echo 2

build:$(bla).e
  echo $target
  echo YeP!
